testgtk: Stop using gdk_surface_set_icon_name
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Mar 2020 17:32:50 +0000 (12:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Mar 2020 18:56:20 +0000 (14:56 -0400)
Its not useful api, and will disappear.

tests/testgtk.c

index d160d680730d0ff3374d615ef3ee14a1cdbc380a..67f649b1aa9b8f166a79cd32da0853b479d4edae 100644 (file)
@@ -4682,8 +4682,6 @@ create_wmhints (GtkWidget *widget)
       g_object_unref (texture);
       g_object_unref (pixbuf);
 
-      gdk_surface_set_icon_name (gdk_surface, "WMHints Test Icon");
-
       gdk_surface_set_decorations (gdk_surface, GDK_DECOR_ALL | GDK_DECOR_MENU);
       gdk_surface_set_functions (gdk_surface, GDK_FUNC_ALL | GDK_FUNC_RESIZE);